php How to remove from a multidimensional array all duplicate elements including the original

123

array_unique($array, SORT_REGULAR);

Comments

Submit
0 Comments